home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 176-200 / 179 / unixutil / trunc.doc < prev    next >
Text File  |  1995-03-13  |  772b  |  28 lines

  1. TRUNC                USER COMMANDS            TRUNC
  2.  
  3.  
  4.  
  5. NAME
  6.     trunc - delete trailing white space
  7.  
  8. SYNOPSIS
  9.     trunc [-md|mc] [-lc n] [-lm n] [-rc n] [ filename ... ]
  10.  
  11. DESCRIPTION
  12.     trunc  deletes  trailing  whitespace  from  filenames, or in
  13.     the standard input if no filename appears.  It also performs
  14.     some simple formatting and converts/deletes carriage returns
  15.     at the ends of lines.
  16.  
  17. OPTIONS
  18.     options must be psecified individually (cannot be combined)
  19.     -mc  convert CR's to LF's in filename ...
  20.     -md  remove CR's from filename ...
  21.     -lc n  the leftmost column to copy is n
  22.     -lm n  insert a left margin of n blanks
  23.     -rc n  the rightmost column to copy is n
  24.  
  25. BUGS
  26.     The -lc, -lm,  and -rc  options do not work  well with files
  27.     containing tabs.
  28.